home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #2 / Amiga Plus Extra 1997 #2.iso / pd / misc / envwrd41 / source / words / o / lib-protos.h < prev    next >
Encoding:
Text File  |  1997-02-16  |  2.9 KB  |  51 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* tag.a                */
  6.  
  7. Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();
  8.  
  9. /* init.c               */
  10.  
  11. Prototype BOOL InitC(void);
  12. Prototype void ExitC(void);
  13.  
  14. /* lib.c                */
  15.  
  16. Prototype LibCall struct Library *LibInit   (__D0 BPTR);
  17. Prototype LibCall struct Library *LibOpen   (__D0 long, __A0 struct Library *);
  18. Prototype LibCall long            LibClose  (__A0 struct Library *);
  19. Prototype LibCall long            LibExpunge(__A0 struct Library *);
  20.  
  21. /* funcs.c              */
  22.  
  23. Prototype LibCall struct APIClient *APIMountClient(__A0 struct APIMessage *, __A1 char *);
  24. Prototype LibCall void              APICloseClient(__A0 struct APIClient  *, __A1 struct APIMessage *);
  25. Prototype LibCall void              APIBriefClient(__A0 struct APIClient  *, __A1 struct APIMessage *);
  26. Prototype LibCall void              APIFree       (__A0 struct APIClient  *, __A1 struct APIOrder   *);
  27. Prototype struct FileInfoBlock     *FileInfo(UBYTE *, struct FileInfoBlock *);
  28. Prototype void                      Beep(UWORD);
  29. Prototype struct Node              *SearchNode(struct List *, UWORD);
  30. Prototype UWORD                     ComputeX(struct TextFont *, UWORD);
  31. Prototype UWORD                     ComputeY(struct TextFont *, UWORD);
  32. Prototype void                      GetVScreenSize(struct Screen *, UWORD *, UWORD *);
  33. Prototype struct MsgPort           *RunISpell(void);
  34. Prototype struct Window            *OpenMessageWin(UBYTE *, BOOL);
  35. Prototype struct Window            *Message       (UBYTE *, BOOL, struct Window *);
  36. Prototype BOOL                      ExistPath(UBYTE *);
  37. Prototype UBYTE                    *SendRexxCommand(UBYTE *, UBYTE *, struct MsgPort *, UBYTE *);
  38. Prototype LONG                      CommandSpell     (struct APIClient *, struct APIMessage *, ULONG *);
  39. Prototype void                      IgnoreWordCurrent(struct APIClient *, struct APIMessage *, BOOL);
  40. Prototype BOOL                      CheckWord        (struct APIClient *, struct APIMessage *, UBYTE *, UWORD, UBYTE *);
  41. Prototype void                      CheckWordCurrent (struct APIClient *, struct APIMessage *, BOOL);
  42. Prototype void                      LearnWord        (struct APIClient *, struct APIMessage *, UBYTE *, UWORD, BOOL);
  43. Prototype void                      LearnWordCurrent (struct APIClient *, struct APIMessage *, BOOL);
  44. Prototype void                      Dispatch         (struct APIClient *, struct APIMessage *);
  45. Prototype void                      ShowSpell        (struct APIClient *, struct APIMessage *, struct List *, UBYTE *, UBYTE *);
  46. Prototype void                      Replace          (struct APIClient *, struct APIMessage *, UWORD, UWORD, UBYTE *);
  47. Prototype BOOL                      DoExecute        (UBYTE *, BOOL, UBYTE *, UBYTE *, ULONG, WORD);
  48. Prototype struct MsgPort           *WaitForISpell(void);
  49. Prototype void                      StopISpell(void);
  50. Prototype void                      Uncapitalize(UBYTE *);
  51.